Dirty POC: building state machine "agent" with AI Services

This commit is contained in:
LangChain4j 2024-02-24 07:58:24 +01:00
parent e2c61f203a
commit 303353be86
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class AiServicesWithStatesTest {
ChatLanguageModel chatLanguageModel = OpenAiChatModel.builder()
.baseUrl(System.getenv("OPENAI_BASE_URL"))
.apiKey("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") // TODO !!!
.apiKey(System.getenv("OPENAI_API_KEY"))
.organizationId(System.getenv("OPENAI_ORGANIZATION_ID"))
.temperature(0.0)
// .logRequests(true)