Skip to content

Commit eab0286

Browse files
authored
Update index.ts
1 parent 04ee7ac commit eab0286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openai-adapters/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export function constructLlmApi(config: LLMConfig): BaseLlmApi | undefined {
105105
case "sambanova":
106106
return openAICompatible("https://api.sambanova.ai/v1/", config);
107107
case "text-gen-webui":
108-
return openAICompatible("http://*********:5000/v1/", config);
108+
return openAICompatible("http://127.0.0.1:5000/v1/", config);
109109
case "openrouter":
110110
return openAICompatible("https://openrouter.ai/api/v1/", config);
111111
case "cerebras":

0 commit comments

Comments
 (0)