From 5f48636a1ec516f907d614bfdb7093a51c53b5f1 Mon Sep 17 00:00:00 2001 From: Ashpreet Bedi Date: Tue, 14 May 2024 09:27:28 +0100 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b3eddf46..876d940dc 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ assistant = Assistant(tools=[DuckDuckGo()], show_tool_calls=True) assistant.print_response("Whats happening in France?", markdown=True) ``` -Install libraries, Export your OPENAI_API_KEY and run the `Assistant` +Install libraries, export your `OPENAI_API_KEY` and run the `Assistant` ```shell pip install openai duckduckgo-search