-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Instruction to deploy on render.com #638
Merged
danny-avila
merged 7 commits into
danny-avila:main
from
fuegovic:docs/render-deployment
Jul 14, 2023
Merged
Docs: Instruction to deploy on render.com #638
danny-avila
merged 7 commits into
danny-avila:main
from
fuegovic:docs/render-deployment
Jul 14, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add basic instruction for Anthropic Claude
danny-avila
approved these changes
Jul 14, 2023
bsu3338
added a commit
to bsu3338/LibreChat
that referenced
this pull request
Jul 14, 2023
commit 1a21eb5 Author: Danny Avila <110412045+danny-avila@users.noreply.github.com> Date: Fri Jul 14 10:57:24 2023 -0400 fix(BingAI): show censored message, fix toneStyle UI bug (danny-avila#644) * fix(frontend/BingAI): prevent Settings from not showing on new conversation, also prevent showing toneStyle change without jailbreak * fix(Input/index.jsx): fix typo in comment, change "also prevents toneStyle change without jailbreak" to "also prevents showing toneStyle change without jailbreak" * fix(BingAI): show message despite censor trigger commit 1a5144b Author: Fuegovic <32828263+fuegovic@users.noreply.github.com> Date: Fri Jul 14 09:40:41 2023 -0400 Docs: Instruction to deploy on render.com (danny-avila#638) * Create render.md * Update render.md * Update mkdocs.yml * Update render.md * Update README.md * Update render.md * Update apis_and_tokens.md add basic instruction for Anthropic Claude commit e533603 Author: Danny Avila <110412045+danny-avila@users.noreply.github.com> Date: Fri Jul 14 09:36:49 2023 -0400 ci(backend-review.yml): add linter step to the backend review workflow (danny-avila#625) * ci(backend-review.yml): add linter step to the backend review workflow * chore(backend-review.yml): remove prettier from lint-action configuration * chore: apply new linting workflow * chore(lint-staged.config.js): reorder lint-staged tasks for JavaScript and TypeScript files * chore(eslint): update ignorePatterns in .eslintrc.js chore(lint-action): remove prettier option in backend-review.yml chore(package.json): add lint and lint:fix scripts * chore(lint-staged.config.js): remove prettier --write command for js, jsx, ts, tsx files * chore(titleConvo.js): remove unnecessary console.log statement chore(titleConvo.js): add missing comma in options object * chore: apply linting to all files * chore(lint-staged.config.js): update lint-staged configuration to include prettier formatting
cnkang
pushed a commit
to cnkang/LibreChat
that referenced
this pull request
Feb 6, 2024
* Create render.md * Update render.md * Update mkdocs.yml * Update render.md * Update README.md * Update render.md * Update apis_and_tokens.md add basic instruction for Anthropic Claude
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Instruction to deploy on render.com
Bonus, added instruction to setup Claude in the API and Token doc
Type of change
Checklist: