Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
noes14155 committed Nov 16, 2023
2 parents dea9a40 + 255040d commit c5a2063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ async def select_persona(self,user_id,user_message):
return response, markup

async def changemodel(self):
self.gpt.fetch_chat_models()
response = "Select from the models or providers"
markup = self.generate_keyboard('model')
return response, markup
Expand Down

0 comments on commit c5a2063

Please sign in to comment.