Skip to content

Commit

Permalink
Update llm-service.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaPB8 authored Feb 11, 2025
1 parent 51a8a8e commit 5e2ae5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmservice/llm-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const llmConfigs = {
transformResponse: (response) => response.data.candidates[0]?.content?.parts[0]?.text
},
empathy: {
url: () => 'https://empathyai.staging.empathy.co/v1/chat/completions',
url: () => 'https://empathyai.prod.empathy.co/v1/chat/completions',
transformRequest: (question) => ({
model: "qwen/Qwen2.5-Coder-7B-Instruct",
messages: [
Expand Down

0 comments on commit 5e2ae5b

Please sign in to comment.