Skip to content

Commit 2ec3a08

Browse files
authored
Update README.md
1 parent 25134bc commit 2ec3a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This is a tutorial project of [Pocket Flow](https://github.com/The-Pocket/Pocket
8282
pip install -r requirements.txt
8383
```
8484

85-
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:
85+
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:
8686

8787
```python
8888
client = genai.Client(

0 commit comments

Comments
 (0)