jcms-bits commited on
Commit
990bd88
·
verified ·
1 Parent(s): be8b8e9

Importando la libreria Llama

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import langchain_community,langchain
2
  from langchain_community.llms import LlamaCpp
 
3
  from langchain.schema import AIMessage, HumanMessage, SystemMessage
4
  import gradio as gr
5
 
 
1
  import langchain_community,langchain
2
  from langchain_community.llms import LlamaCpp
3
+ from llama_cpp import Llama
4
  from langchain.schema import AIMessage, HumanMessage, SystemMessage
5
  import gradio as gr
6