Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Administrator
/
chatgpt.ai-pro.org
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
3
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6f2d90d0
authored
2024-08-28 13:15:14 +0800
by
Marwin Cañeta
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
#32388 - AI-Pro: Replace deprecated TogetherAI models - ChatBot+
1 parent
2b954ae6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
client/src/App.js
index.js
client/src/App.js
View file @
6f2d90d
...
...
@@ -105,7 +105,7 @@ function App() {
}
if
(
currentModel
===
"openchat_3.5"
||
currentModel
===
"zephyr-7B-beta"
||
currentModel
===
"meta-llama/Llama-3-8b-chat-hf"
||
currentModel
===
"google/gemma-
7
b-it"
)
{
||
currentModel
===
"meta-llama/Llama-3-8b-chat-hf"
||
currentModel
===
"google/gemma-
2-9
b-it"
)
{
// "gpt-3.5-turbo"
let
chatLogOpenSourceNew
=
[...
chatLogOpenSource
,
{
role
:
"user"
,
content
:
chatInput
}];
setChatLogOpenSource
(
chatLogOpenSourceNew
);
...
...
index.js
View file @
6f2d90d
...
...
@@ -93,7 +93,7 @@ app.post('/api', async (req, res) => {
}
if
(
currentModel
==
"openchat_3.5"
||
currentModel
==
"zephyr-7B-beta"
||
currentModel
==
"google/gemma-
7
b-it"
||
currentModel
==
"meta-llama/Llama-3-8b-chat-hf"
||
currentModel
==
"google/gemma-
2-9
b-it"
||
currentModel
==
"meta-llama/Llama-3-8b-chat-hf"
)
{
runOpensource
(
req
,
res
);
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment