Skip to content

Play-Your-Part/Persona-Conversation-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clinical Patient and Physician Persona Conversation Generator

Add your openai keys

  1. Create an Account: Register for an account on OpenAI's website (https://openai.com/). Then, go to OpenAI's API website (https://platform.openai.com/).
  2. Generate API Key: Once logged in, navigate to the left dashboard and go for "API keys". To create a new secret key, select "Create new secret key" and follow the instructions to create a new key.
  3. Storing API Key: Store your API key in a local dot env file .env:
OPENAI_API_KEY=your_actual_openai_api_key_here

A sample of the .env file can be found in .env_example.

Never commit the API key to your source code.

Requirements

Use your favourite package installer like conda or pip to install the following packages:

  • OpenAI
  • Ollama
  • Dotenv
  • Langchain
  • Langchain OpenAI
  • Langchain Ollama

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published