Spaces:
Sleeping
Sleeping
mmccanse
commited on
Commit
·
5e42034
1
Parent(s):
ec74e25
clean up function file
Browse files- functions_mm.py +0 -5
functions_mm.py
CHANGED
@@ -73,11 +73,6 @@ default_language = "English"
|
|
73 |
|
74 |
#Setting the Chatbot Model #################################################################################
|
75 |
|
76 |
-
# Set the model name for our LLMs.
|
77 |
-
OPENAI_MODEL = "gpt-3.5-turbo"
|
78 |
-
# Store the API key in a variable.
|
79 |
-
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
|
80 |
-
|
81 |
#Instantiating the llm we'll use and the arguments to pass
|
82 |
llm = ChatOpenAI(openai_api_key=OPENAI_API_KEY, model_name=OPENAI_MODEL, temperature=0.0)
|
83 |
|
|
|
73 |
|
74 |
#Setting the Chatbot Model #################################################################################
|
75 |
|
|
|
|
|
|
|
|
|
|
|
76 |
#Instantiating the llm we'll use and the arguments to pass
|
77 |
llm = ChatOpenAI(openai_api_key=OPENAI_API_KEY, model_name=OPENAI_MODEL, temperature=0.0)
|
78 |
|