Skip to content

Commit

Permalink
Update ai-tools.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruth-Vamshi authored Nov 7, 2023
1 parent 17b147f commit aa8fcd1
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/chatgpt3/`,
`${this.configService.get("AI_TOOLS_BASE_URL")}/llm/openai/chatgpt4/`,
requestOptions
)
response = await response.json()
Expand Down

0 comments on commit aa8fcd1

Please sign in to comment.