Skip to content
/ AskGPT Public

A very simple Symfony app using OpenAI, ChatGPT API.

License

Notifications You must be signed in to change notification settings

kalwar/AskGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AskGPT

A very simple Symfony app used for learning Symfony 6 using OpenAI, ChatGPT API.


Steps to follow

  1. Simply run the app using Symfony command
  2. First do, composer install to install dependencies
  3. Symfony command: symfony server:start -d to start in daemon mode
  4. Visit URL: https://127.0.0.1:8000/ to see running app
  5. Make sure to add your ChatGPT API Secret Key in .env file
  6. To stop the app execute: symfony server:stop
  7. Feel free suggest new ideas or open PR

Tech stack

  1. Symfony
  2. PHP
  3. OpenAI

Symfony commands

symfony serve --help
symfony server:status
symfony server:stop
symfony serve -d

composer require templates
symfony console

php bin/console debug:router


Use for reference

Use solely for reference material only

About

A very simple Symfony app using OpenAI, ChatGPT API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published