Update README.md

This commit is contained in:
Zachary Huang
2025-05-09 11:47:12 -04:00
committed by GitHub
parent 25134bc6f5
commit 2ec3a08a85
+1 -1
View File
@@ -82,7 +82,7 @@ This is a tutorial project of [Pocket Flow](https://github.com/The-Pocket/Pocket
pip install -r requirements.txt pip install -r requirements.txt
``` ```
4. Set up LLM in [`utils/call_llm.py`](./utils/call_llm.py) by providing credentials. By default, you can use the AI Studio key with this client for Gemini Pro 2.5: 4. Set up LLM in [`utils/call_llm.py`](./utils/call_llm.py) by providing credentials. By default, you can use the [AI Studio key](https://aistudio.google.com/app/apikey) with this client for Gemini Pro 2.5:
```python ```python
client = genai.Client( client = genai.Client(