Skip to content

Commit 9f37d5d

Browse files
committed
Add admonition explaining baseURL on using-the-agent
1 parent 2ce9b33 commit 9f37d5d

File tree

1 file changed

+6
-0
lines changed
  • asciidoc/courses/llm-chatbot-typescript/modules/6-agent/lessons/5-using-the-agent

1 file changed

+6
-0
lines changed

asciidoc/courses/llm-chatbot-typescript/modules/6-agent/lessons/5-using-the-agent/lesson.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ The retrieval tool requires an embedding model.
4343
include::{repository-raw}/main/{lab-solution}[tag="embeddings", indent=0]
4444
----
4545

46+
[IMPORTANT]
47+
.Defining a `baseURL`
48+
The `baseURL` configuration option uses the `OPENAI_API_BASE` key to use the GraphAcademy OpenAI Proxy as mentioned in link:../../1-project-setup/2-setup/[the Project Setup lesson^].
49+
If you are using an OpenAI API key (starting with `sk-`), you can omit the `configuration` options.
50+
51+
4652
To interact with the graph, the agent should use link:/courses/llm-chatbot-typescript/3-conversation-history/2-neo4j-graph/[the singleton instance created in the Initializing Neo4j lesson^].
4753

4854
.Embeddings

0 commit comments

Comments
 (0)