Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AmrGharieb
/
HFRAC
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AmrGharieb
commited on
Nov 17, 2023
Commit
ae1913d
·
1 Parent(s):
8c4a699
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,7 +41,7 @@ def timeit(func):
41
42
@timeit
43
def get_llm():
44
-
return OpenAI(temperature=0.
0
)
45
46
@timeit
47
def get_memory():
41
42
@timeit
43
def get_llm():
44
+
return OpenAI(temperature=0.
1
)
45
46
@timeit
47
def get_memory():