bstraehle commited on
Commit
290e7c0
·
1 Parent(s): 1706437

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ description = """The app demonstrates how to use a <strong>Large Language Model<
43
  Implementation: <a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://platform.openai.com/'>OpenAI</a> API
44
  via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit with <a href='https://openai.com/research/whisper'>Whisper</a> (speech to text)
45
  and <a href='https://openai.com/research/gpt-4'>GPT-4</a> (LLM use cases) foundation models as well as AI-native
46
- <a href='https://www.trychroma.com/'>Chroma</a> vector database."""
47
 
48
  gr.close_all()
49
  demo = gr.Interface(fn=invoke,
 
43
  Implementation: <a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://platform.openai.com/'>OpenAI</a> API
44
  via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit with <a href='https://openai.com/research/whisper'>Whisper</a> (speech to text)
45
  and <a href='https://openai.com/research/gpt-4'>GPT-4</a> (LLM use cases) foundation models as well as AI-native
46
+ <a href='https://www.trychroma.com/'>Chroma</a> embedding database."""
47
 
48
  gr.close_all()
49
  demo = gr.Interface(fn=invoke,