DevSkyOne / OpenGPT

OpenGPT is a open-source chatgpt api discord bot
MIT License
12 stars 3 forks source link

File support (as input) #6

Open CoasterFreakDE opened 1 year ago

CoasterFreakDE commented 1 year ago

A user should be able to post a readable file (ex. .txt, .py, and so on).

The contents of these files should be read and used as additional prompt. This could look like the following:

@OpenGPT how to fix this?

--- 
my_script.py
´´´py
def hello():
   print(hello)
´´´