Skip to content

Commit

Permalink
no api key
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Nov 14, 2023
1 parent 699c943 commit 720a728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from swarms.models import OpenAIChat
from swarms.structs import Flow

api_key = "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"
api_key = ""

# Initialize the language model, this model can be swapped out with Anthropic, ETC, Huggingface Models like Mistral, ETC
llm = OpenAIChat(
Expand Down

0 comments on commit 720a728

Please sign in to comment.