refactor: refactored LLM Providers: Adapting Modular Approach (#832)
* refactor: Refactoring Providers to have providers as modules * updated package and lock file * added grok model back * updated registry system
This commit is contained in:
1
worker-configuration.d.ts
vendored
1
worker-configuration.d.ts
vendored
@@ -1,4 +1,5 @@
|
||||
interface Env {
|
||||
DEFAULT_NUM_CTX:Settings;
|
||||
ANTHROPIC_API_KEY: string;
|
||||
OPENAI_API_KEY: string;
|
||||
GROQ_API_KEY: string;
|
||||
|
||||
Reference in New Issue
Block a user