Faham commited on
Commit
01978cf
·
1 Parent(s): 4a645e8

UPDATE: readme

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -69,8 +69,8 @@ A comprehensive financial analysis tool that provides stock data, news analysis,
69
  2. **Create a `.env` file** with your API keys:
70
 
71
  ```
72
- OPENROUTER_API_KEY="your_openrouter_api_key_here"
73
- MODEL="mistralai/mistral-small-3.2-24b-instruct:free" # or any model of your choice
74
  ```
75
 
76
  3. **Run the Streamlit app**:
 
69
  2. **Create a `.env` file** with your API keys:
70
 
71
  ```
72
+ GROQ_API_KEY="your_groq_api_key_here"
73
+ MODEL="moonshotai/kimi-k2-instruct" # or any model of your choice
74
  ```
75
 
76
  3. **Run the Streamlit app**: