Added the ability to use practically any LLM you can dream of within Bolt.new
This commit is contained in:
2
worker-configuration.d.ts
vendored
2
worker-configuration.d.ts
vendored
@@ -1,3 +1,5 @@
|
||||
interface Env {
|
||||
ANTHROPIC_API_KEY: string;
|
||||
OPENAI_API_KEY: string;
|
||||
GROQ_API_KEY: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user