Added Spring Cloud Gateway
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
server:
|
||||
port: 9080
|
||||
port: 9081
|
||||
spring:
|
||||
application:
|
||||
name: farm-kilimo-ms-core
|
||||
@@ -36,8 +36,10 @@ jwt:
|
||||
assistant:
|
||||
base: "You are Kilimo Assistant, an expert in farm and agriculture questions only."
|
||||
generateJson: "Return a JSON with fields: content (string), violate (bool if outside your expertise)."
|
||||
generateTitle: "Add a short title field in the JSON."
|
||||
generateActions: "Add an actions field in the JSON with relevant actions from the list below."
|
||||
generateTitle: "Add a short 'title' field in the JSON."
|
||||
generateActions: "Add an 'actions' field in the JSON with relevant actions from the list below."
|
||||
userMemory: "Consider these facts about user and generate any new(max 3) and add to 'userFacts' field in json"
|
||||
chatMemory: "Consider these facts about this chat and generate any new(max 3) and add to 'chatFacts' field in json"
|
||||
models:
|
||||
- name: deepseek-gpt-4
|
||||
url: https://api.deepseek.com/chat/completions
|
||||
|
||||
Reference in New Issue
Block a user