We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ee7ac commit eab0286Copy full SHA for eab0286
packages/openai-adapters/src/index.ts
@@ -105,7 +105,7 @@ export function constructLlmApi(config: LLMConfig): BaseLlmApi | undefined {
105
case "sambanova":
106
return openAICompatible("https://api.sambanova.ai/v1/", config);
107
case "text-gen-webui":
108
- return openAICompatible("http://*********:5000/v1/", config);
+ return openAICompatible("http://127.0.0.1:5000/v1/", config);
109
case "openrouter":
110
return openAICompatible("https://openrouter.ai/api/v1/", config);
111
case "cerebras":
0 commit comments