mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Add Clarity Token to Copilot, (#2482)
* Add Clarity Token to Copilot, Ignore disabled providers in gui, Read cookie files after upload * Add more chat templates to HuggingFace
This commit is contained in:
parent
335c971f6a
commit
a591c5d409
11 changed files with 113 additions and 43 deletions
|
|
@ -106,6 +106,9 @@ class Api:
|
|||
if provider in conversations and conversation_id in conversations[provider]:
|
||||
kwargs["conversation"] = conversations[provider][conversation_id]
|
||||
|
||||
if json_data.get("ignored"):
|
||||
kwargs["ignored"] = json_data["ignored"]
|
||||
|
||||
return {
|
||||
"model": model,
|
||||
"provider": provider,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue