This commit is contained in:
@@ -24,7 +24,7 @@ const DEFAULT_LOCAL_PROVIDER: AIProviderConfig = {
|
|||||||
|
|
||||||
const DEFAULT_HYPER_PROVIDER: AIProviderConfig = {
|
const DEFAULT_HYPER_PROVIDER: AIProviderConfig = {
|
||||||
type: "ollama",
|
type: "ollama",
|
||||||
baseUrl: "http://192.168.1.50:11434",
|
baseUrl: "http://192.168.0.98:11434",
|
||||||
model: "llama3.1:8b",
|
model: "llama3.1:8b",
|
||||||
temperature: 0.7,
|
temperature: 0.7,
|
||||||
maxTokens: 2048,
|
maxTokens: 2048,
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ export const env = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
get hyperOllamaUrl(): string {
|
get hyperOllamaUrl(): string {
|
||||||
return process.env.HYPER_OLLAMA_URL ?? "http://192.168.1.50:11434";
|
return process.env.HYPER_OLLAMA_URL ?? "http://192.168.0.98:11434";
|
||||||
},
|
},
|
||||||
|
|
||||||
get hyperOllamaModelFast(): string {
|
get hyperOllamaModelFast(): string {
|
||||||
|
|||||||
Reference in New Issue
Block a user