Joshua Sundance Bailey commited on
Commit
a94ad03
1 Parent(s): 8672124
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -47,6 +47,9 @@ This `README` was written by [Claude 2](https://www.anthropic.com/index/claude-2
47
  - Allows giving feedback on assistant's responses
48
 
49
  # Usage
 
 
 
50
  ## With Docker (pull from Docker Hub)
51
  1. Run in terminal: `docker run -p 7860:7860 joshuasundance/langchain-streamlit-demo:latest`
52
  2. Open http://localhost:7860 in your browser.
@@ -57,7 +60,8 @@ This `README` was written by [Claude 2](https://www.anthropic.com/index/claude-2
57
  3. Then open http://localhost:7860 in your browser.
58
 
59
  # Configuration
60
- - Enter your OpenAI API key to power the assistant
 
61
  - Optionally enter a LangSmith API key to enable conversation tracing
62
  - Customize the assistant prompt and temperature
63
 
 
47
  - Allows giving feedback on assistant's responses
48
 
49
  # Usage
50
+ # Run on HuggingFace Spaces
51
+ [![Open HuggingFace Space](https://huggingface.co/datasets/huggingface/badges/raw/main/open-in-hf-spaces-sm.svg)](https://huggingface.co/spaces/joshuasundance/langchain-streamlit-demo)
52
+
53
  ## With Docker (pull from Docker Hub)
54
  1. Run in terminal: `docker run -p 7860:7860 joshuasundance/langchain-streamlit-demo:latest`
55
  2. Open http://localhost:7860 in your browser.
 
60
  3. Then open http://localhost:7860 in your browser.
61
 
62
  # Configuration
63
+ - Select a model from the dropdown
64
+ - Enter an API key for the relevant provider
65
  - Optionally enter a LangSmith API key to enable conversation tracing
66
  - Customize the assistant prompt and temperature
67