mirror of
https://gitee.com/agents-flex/agents-flex.git
synced 2024-11-29 18:38:17 +08:00
commit
e01bc84d51
@ -49,7 +49,7 @@ public class Main {
|
||||
```java
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
Llm llm = new OpenAiLlm.of("sk-rts5NF6n*******");
|
||||
Llm llm = OpenAiLlm.of("sk-rts5NF6n*******");
|
||||
String response = llm.chat("what is your name?");
|
||||
|
||||
System.out.println(response);
|
||||
|
Loading…
Reference in New Issue
Block a user