Implement multi-threaded UDP server with port assignment
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package clientserver;
|
||||
|
||||
import java.io.FileInputStream;
|
||||
import java.io.IOException;
|
||||
import java.net.URI;
|
||||
import java.net.http.HttpClient;
|
||||
import java.net.http.HttpRequest;
|
||||
import java.net.http.HttpResponse;
|
||||
import java.io.FileInputStream;
|
||||
import java.util.Properties;
|
||||
|
||||
public class MistralDirectAPI {
|
||||
@@ -30,7 +30,7 @@ public class MistralDirectAPI {
|
||||
{
|
||||
"model": "mistral-medium",
|
||||
"messages": [
|
||||
{ "role": "user", "content": "Explain recursion like I'm five." }
|
||||
{ "role": "user", "content": "Reverse turing test." }
|
||||
]
|
||||
}
|
||||
""";
|
||||
|
||||
Reference in New Issue
Block a user