mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
~ | quick fix
This commit is contained in:
parent
2a52d844f3
commit
0ddfe57431
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class Api:
|
|||
'Content-Disposition'], 'max_age': 600}})
|
||||
|
||||
self.app.route('/v1/models', methods=['GET'])(self.models)
|
||||
self.app.route('v1/models/<model_id>', methods=['GET'])(self.model_info)
|
||||
self.app.route('/v1/models/<model_id>', methods=['GET'])(self.model_info)
|
||||
|
||||
self.app.route('/v1/chat/completions', methods=['POST'])(self.chat_completions)
|
||||
self.app.route('/v1/completions', methods=['POST'])(self.completions)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue