Skip to content

Commit

Permalink
reverted back to GPT3
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruth-Vamshi committed Nov 7, 2023
1 parent 9759669 commit 17b147f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/aiTools/ai-tools.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class AiToolsService {

try {
let response: any = await fetch(
`${this.configService.get("AI_TOOLS_BASE_URL")}/llm/openai/chatgpt4/`,
`${this.configService.get("AI_TOOLS_BASE_URL")}/llm/openai/chatgpt3/`,
requestOptions
)
response = await response.json()
Expand Down

0 comments on commit 17b147f

Please sign in to comment.