Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion documentation/modules/ROOT/pages/17_prompts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ LangChain4j provides you a proxy to connect your application to OpenAI by just a
quarkus.langchain4j.openai.api-key=demo
# Change this URL to the model provider of your choice
quarkus.langchain4j.openai.base-url=https://api.openai.com/v1
# Set timeout explicitly (default is 10s)
quarkus.langchain4j.openai.timeout=30s
----


Expand Down Expand Up @@ -153,4 +155,4 @@ depending on the response from the non-deterministic LLM):
[source,text]
----
The Earth is not flat, it is an oblate spheroid, meaning it is mostly spherical in shape but slightly flattened at the poles and bulging at the equator. This shape is due to the Earth's rotation, which causes it to bulge slightly at the equator and flatten at the poles. The idea that the Earth is flat is a misconception that has been debunked by centuries of scientific evidence, including satellite imagery, photos from space, and measurements of the Earth's curvature.
----
----