Update models-config.providers.ts
This commit is contained in:
parent
95939daa20
commit
156ccddf8e
@ -361,14 +361,10 @@ async function buildOllamaProvider(): Promise<ProviderConfig> {
|
||||
}
|
||||
|
||||
function buildTogetherProvider(): ProviderConfig {
|
||||
// Always use static catalog instead of dynamic discovery
|
||||
// This prevents timeout issues with the Together AI API
|
||||
const models = TOGETHER_MODEL_CATALOG;
|
||||
|
||||
return {
|
||||
baseUrl: TOGETHER_BASE_URL,
|
||||
api: "openai-completions",
|
||||
models,
|
||||
models: TOGETHER_MODEL_CATALOG,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user