Skip to content

Commit

Permalink
openai url
Browse files Browse the repository at this point in the history
  • Loading branch information
lhpqaq committed Nov 26, 2024
1 parent 39ee6a7 commit 1bfb88e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

public class OpenAIAssistant extends AbstractAIAssistant {

private static final String BASE_URL = "https://api.chatanywhere.tech/v1";
private static final String BASE_URL = "https://api.openai.com/v1";

public OpenAIAssistant(ChatMemory chatMemory, AIAssistant.Service aiServices) {
super(chatMemory, aiServices);
Expand Down

0 comments on commit 1bfb88e

Please sign in to comment.