Skip to content

Commit

Permalink
feat: fix mcbbs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangsx committed Jul 5, 2023
1 parent 9ffc37d commit bb4a466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/mcbbs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class Mcbbs extends Chat {
constructor(options?: ChatOptions) {
super(options);
this.client = CreateAxiosProxy({
baseURL: 'https://ai.mcbbs.gq/api',
baseURL: 'https://ai.88lin.eu.org/api',
headers: {
'Content-Type': 'application/json',
"accept": "text/event-stream",
Expand Down

0 comments on commit bb4a466

Please sign in to comment.