Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #141 from Z1xus/patch-1
Browse files Browse the repository at this point in the history
Update chimera api url
  • Loading branch information
ramon-victor authored Jul 24, 2023
2 parents 79a72a0 + 3072b6e commit c2a2dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g4f/Provider/Providers/Chimera.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

load_dotenv()
api_key_env = os.environ.get("CHIMERA_API_KEY")
openai.api_base = "https://chimeragpt.adventblocks.cc/v1"
openai.api_base = "https://chimeragpt.adventblocks.cc/api/v1"

url = 'https://chimeragpt.adventblocks.cc/'
model = [
Expand Down

0 comments on commit c2a2dfa

Please sign in to comment.