We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699c943 commit 720a728Copy full SHA for 720a728
1 file changed
example.py
@@ -1,7 +1,7 @@
1
from swarms.models import OpenAIChat
2
from swarms.structs import Flow
3
4
-api_key = "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"
+api_key = ""
5
6
# Initialize the language model, this model can be swapped out with Anthropic, ETC, Huggingface Models like Mistral, ETC
7
llm = OpenAIChat(
0 commit comments