redhat-et / foundation-models-for-documentation

Improve ROSA customer experience (and customer retention) by leveraging foundation models to do “gpt-chat” style search of Red Hat customer documentation assets.
Other
24 stars 11 forks source link

document `credentials.env` #32

Closed goern closed 1 year ago

goern commented 1 year ago

Is your feature request related to a problem? Please describe. In https://github.com/redhat-et/foundation-models-for-documentation/blob/master/notebooks/langchain-openai.ipynb there is a credentials.env, what is in there? how to create it?

Shreyanand commented 1 year ago

The credentials.env contains just the open_api_key with the following format: OPENAI_API_KEY=XXX The key can be generated from the openai website.

Will update the README as well for future.