Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Anything Llm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
Mintplex Labs
Anything Llm
Commits
6dc36426
Commit
6dc36426
authored
8 months ago
by
timothycarambat
Browse files
Options
Downloads
Patches
Plain Diff
Patch Groq preview models maxed to 8K tokens due to warning
parent
187f6ed9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
server/utils/AiProviders/groq/index.js
+1
-1
1 addition, 1 deletion
server/utils/AiProviders/groq/index.js
with
1 addition
and
1 deletion
server/utils/AiProviders/groq/index.js
+
1
−
1
View file @
6dc36426
...
@@ -49,7 +49,7 @@ class GroqLLM {
...
@@ -49,7 +49,7 @@ class GroqLLM {
return
8192
;
return
8192
;
case
"
llama-3.1-70b-versatile
"
:
case
"
llama-3.1-70b-versatile
"
:
case
"
llama-3.1-8b-instant
"
:
case
"
llama-3.1-8b-instant
"
:
return
131072
;
return
8000
;
case
"
mixtral-8x7b-32768
"
:
case
"
mixtral-8x7b-32768
"
:
return
32768
;
return
32768
;
default
:
default
:
...
...
This diff is collapsed.
Click to expand it.
Wolfspyre Automation
@meenyon
mentioned in commit
ea8dc7f7
·
7 months ago
mentioned in commit
ea8dc7f7
mentioned in commit ea8dc7f7773dcbe2a56f5a3b4a3982fb3f0e93e3
Toggle commit list
Wolfspyre Automation
@meenyon
mentioned in commit
ea8dc7f7
·
7 months ago
mentioned in commit
ea8dc7f7
mentioned in commit ea8dc7f7773dcbe2a56f5a3b4a3982fb3f0e93e3
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment