Mikhail W commited on
Commit
6fbe067
1 Parent(s): 5507bc4

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +54 -1
librechat.yaml CHANGED
@@ -48,4 +48,57 @@ endpoints:
48
  summaryModel: "gpt-3.5-turbo"
49
  forcePrompt: false
50
  modelDisplayLabel: "NagaAI"
51
- iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/NagaAI.png"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  summaryModel: "gpt-3.5-turbo"
49
  forcePrompt: false
50
  modelDisplayLabel: "NagaAI"
51
+ iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/NagaAI.png"
52
+
53
+ # Zukijourney
54
+ - name: "Zukijourney"
55
+ apiKey: "${ZUKI_API_KEY}"
56
+ baseURL: "https://zukijourney.xyzbot.net/unf/"
57
+ models:
58
+ default: [
59
+ "gpt-3.5-turbo",
60
+ "gpt-3.5-turbo-1106",
61
+ "gpt-3.5-turbo-0125",
62
+ "gpt-3.5-turbo-instruct",
63
+ "gpt-3.5-turbo-16k",
64
+ "gpt-4",
65
+ "gpt-4-32k",
66
+ "gpt-4-1106-preview",
67
+ "gpt-4-0125-preview",
68
+ "gpt-4-vision-preview",
69
+ "claude",
70
+ "claude-2",
71
+ "claude-2.1",
72
+ "claude-instant-v1",
73
+ "claude-instant-v1-100k",
74
+ "pplx-70b-online",
75
+ "palm-2",
76
+ "bard",
77
+ "gemini-pro",
78
+ "gemini-pro-vision",
79
+ "mixtral-8x7b",
80
+ "mixtral-8x7b-instruct",
81
+ "mistral-tiny",
82
+ "mistral-small",
83
+ "mistral-medium",
84
+ "mistral-7b-instruct",
85
+ "codellama-7b-instruct",
86
+ "llama-2-7b",
87
+ "llama-2-70b-chat",
88
+ "mythomax-l2-13b-8k",
89
+ "sheep-duck-llama",
90
+ "goliath-120b",
91
+ "nous-llama",
92
+ "yi-34b",
93
+ "openchat",
94
+ "solar10-7b",
95
+ "pi"
96
+ ]
97
+ fetch: true
98
+ titleConvo: true
99
+ titleModel: "gpt-3.5-turbo"
100
+ summarize: false
101
+ summaryModel: "gpt-3.5-turbo"
102
+ forcePrompt: false
103
+ dropParams: ["stream"]
104
+ iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/zuki.png"