Skip to content
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

sourcing static text on chat-page from env file #313

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wmgillett
Copy link

  • Replaces hard-coded text (e.g. "Chat with your Legal Docs") with parameters sourced from the .env file.
  • Allows for 4 existing text fields on the chat page to be customized without changes to code in the page/index.tsx file.
  • Code leverages server-side rendering in Next.js framework and follows conventions in the existing code base.
  • Simplifies most standard customizations by consolidating them into a single env file already in use.
  • Number of fields in .env file increases from 4 to 10.
  • Default values (based on current hard-coded values) are provided for all new parameters so use of the existing .env files (with only 4 parameters) will not generate errors when running new code.
  • Minor updates to the README are recommended and can be provided if needed.
  • Changes to the QA_PROMPT are not covered by this change.

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.

None yet

1 participant