Skip to content

Commit 720a728

Browse files
author
Kye
committed
no api key
1 parent 699c943 commit 720a728

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from swarms.models import OpenAIChat
22
from swarms.structs import Flow
33

4-
api_key = "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"
4+
api_key = ""
55

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

0 commit comments

Comments
 (0)