Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaWhiteGG committed Jul 5, 2023
2 parents 135bf22 + a57f58c commit 84b91d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Looking for the Python version? Check out [LangChain](https://github.com/hwchase
## 2. Quickstart Guide
This tutorial gives you a quick walkthrough about building an end-to-end language model application with LangChain.

View the [Quickstart Guide](https://python.langchain.com/en/latest/getting_started/getting_started.html#) on the LangChain official website.
View the [Quickstart Guide](https://python.langchain.com/docs/get_started) on the LangChain official website.

### 2.1 Maven Repository
Prerequisites for building:
Expand Down Expand Up @@ -46,6 +46,7 @@ export OPENAI_PROXY=http://host:port
If you want to set the API key and proxy dynamically, you can use the openaiApiKey and openaiProxy parameter when initiating OpenAI class.
```java
var llm = OpenAI.builder()
.openaiOrganization("xxx")
.openaiApiKey("xxx")
.openaiProxy("http://host:port")
.build()
Expand Down

0 comments on commit 84b91d7

Please sign in to comment.