Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cocktailpeanut committed Apr 28, 2024
1 parent 565bdee commit 7993214
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion convex/util/llm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ function apiUrl(path: string) {
process.env.OLLAMA_HOST ??
process.env.OPENAI_API_BASE ??
LLM_CONFIG.url;
console.log("host", host)
if (host.endsWith('/') && path.startsWith('/')) {
return host + path.slice(1);
} else if (!host.endsWith('/') && !path.startsWith('/')) {
Expand Down

0 comments on commit 7993214

Please sign in to comment.