There was an error while loading. Please reload this page.
1 parent c9232de commit 7af62f9Copy full SHA for 7af62f9
open_ai_client.py
@@ -15,7 +15,7 @@ def __init__(self, api_key=None):
15
api_key = os.getenv('OPENAI_API_KEY')
16
self.client = OpenAI(
17
api_key=api_key,
18
- base_url='https://free.v36.cm/v1/'
+ base_url='https://free.v36.cm/v1/' # https://api.chatanywhere.tech/v1
19
)
20
21
def parse_ai_response(self, response_str: str):
0 commit comments