mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-11-02 17:40:41 +01:00
init
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package org.ollama4j;
|
||||
package io.github.amithkoujalgi.ollama4j;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) throws Exception {
|
||||
@@ -1,7 +1,6 @@
|
||||
package org.ollama4j;
|
||||
package io.github.amithkoujalgi.ollama4j;
|
||||
|
||||
import com.google.gson.Gson;
|
||||
import org.apache.hc.client5.http.HttpResponseException;
|
||||
import org.apache.hc.client5.http.classic.methods.HttpPost;
|
||||
import org.apache.hc.client5.http.impl.classic.CloseableHttpClient;
|
||||
import org.apache.hc.client5.http.impl.classic.CloseableHttpResponse;
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.ollama4j;
|
||||
package io.github.amithkoujalgi.ollama4j;
|
||||
|
||||
import com.google.gson.Gson;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.ollama4j;
|
||||
package io.github.amithkoujalgi.ollama4j;
|
||||
|
||||
public class OllamaBaseException extends Exception {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.ollama4j;
|
||||
package io.github.amithkoujalgi.ollama4j;
|
||||
|
||||
public enum OllamaModel {
|
||||
LLAMA2("llama2"), MISTRAL("mistral"), MEDLLAMA2("medllama2");
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.ollama4j;
|
||||
package io.github.amithkoujalgi.ollama4j;
|
||||
|
||||
import com.google.gson.Gson;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.ollama4j;
|
||||
package io.github.amithkoujalgi.ollama4j;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
Reference in New Issue
Block a user