Keep getting this error from company network.
For spring boot I added properties in prop file. For normal usage added System.setProperty method. Please assist.
Caused by: java.net.UnknownHostException: langchain4j.dev
at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:948)
at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1628)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1494)
at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49)
1条答案
按热度按时间vltsax251#
你是否在使用"demo"API密钥?如果是,你需要将
langchain4j.dev
添加到防火墙白名单中。但我建议使用公司的OpenAI帐户/密钥。