这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@timothycarambat
Copy link
Member

  1. Define LLM Temperature as a workspace setting
  2. Implement rudimentary table migration code for both new and existing repos to bring tables up to date
  3. Trigger for workspace on an update to update timestamp
  4. Always fallback temp to 0.7
  5. Extract WorkspaceModal into Tabbed content
  6. Remove workspace name UNIQUE constraint (cannot be migrated :()
  7. Add slug +seed when the existing slug is already taken
  8. Separate name from slug so display names can be changed

resolves #27

2. Implement rudimentry table migration code for both new and existing repos to bring tables up to date
3. Trigger for workspace on update to update timestamp
4. Always fallback temp to 0.7
5. Extract WorkspaceModal into Tabbed content
6. Remove workspace name UNIQUE constraint (cannot be migrated :()
7. Add slug +seed when existing slug is already take
8. Seperate name from slug so display names can be changed
@timothycarambat timothycarambat self-assigned this Jun 15, 2023
@timothycarambat timothycarambat merged commit 2a556c2 into master Jun 15, 2023
@timothycarambat timothycarambat deleted the 27-temperature-as-setting branch June 15, 2023 06:13
cabwds pushed a commit to cabwds/anything-llm that referenced this pull request Jul 3, 2025
…es (Mintplex-Labs#58)

* 1. Define LLM Temperature as a workspace setting
2. Implement rudimentry table migration code for both new and existing repos to bring tables up to date
3. Trigger for workspace on update to update timestamp
4. Always fallback temp to 0.7
5. Extract WorkspaceModal into Tabbed content
6. Remove workspace name UNIQUE constraint (cannot be migrated :()
7. Add slug +seed when existing slug is already take
8. Seperate name from slug so display names can be changed

* remove blocking test return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Define temperature as environment variable

2 participants