Skip to content

M4Falcao/ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatBot

Chatbot using chat gpt api with .NET

How to?

  • Crie um arquivo chamado "app.config"
  • Coloque o seguinte codigo:
    
    <configuration>
     <appSettings>
       <add key="APIKey" value="SUA CHAVE" />
     </appSettings>
    </configuration>
    
    
  • Altere o valor da chave com a sua chave da OPenAi, você pode obter aqui .
  • Salve
  • Execute o comando dotnet build
  • Por fim é só executar dotnet run

About

Chatbot using chat gpt api with .NET

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages