Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Th3BossC
/
llamaChatBot
like
0
Runtime error
App
Files
Files
Community
e929e0b
llamaChatBot
/
chatBot
/
common
/
utils.py
Th3BossC
commented gpt model
e929e0b
about 1 year ago
raw
Copy download link
history
blame
Safe
203 Bytes
# from chatBot.common.chatgpt import gptModel
from
chatBot.common.llama
import
llamaModel
def
getAnswerLlama
(
question
):
return
llamaModel(question)
def
getAnswerGpt
(
question
):
return
"answer"