Yuuki0125 commited on
Commit
ae59c65
·
verified ·
1 Parent(s): 8b37c3b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -40,7 +40,7 @@ def update_chat_history(msg):
40
 
41
  chat_history = [h for h in chat_history if h['timestamp'] > five_min_ago]
42
 
43
- @app.get("/AnotherAPI/{api_key}/GPT/Monika/{prompt}")
44
  async def chat(api_key: str, prompt: str):
45
  API = AnotherAPI(api_key)
46
  API.chat.new_chat('csTC3hw0Fnj1Whnl0uV1Nb3_oYIillMQtdBH5NEl0Gs')
 
40
 
41
  chat_history = [h for h in chat_history if h['timestamp'] > five_min_ago]
42
 
43
+ @app.get("/AnotherAPI/{api_key}/GPT/Noir/{prompt}")
44
  async def chat(api_key: str, prompt: str):
45
  API = AnotherAPI(api_key)
46
  API.chat.new_chat('csTC3hw0Fnj1Whnl0uV1Nb3_oYIillMQtdBH5NEl0Gs')