Updated License
This commit is contained in:
parent
b5a5920722
commit
b0f6ee2336
3 changed files with 4 additions and 1 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2023 Julian Müller
|
||||
Copyright (c) 2023 Julian Müller (ChaoticByte)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# Copyright (c) 2023 Julian Müller (ChaoticByte)
|
||||
|
||||
from json import dumps, loads
|
||||
from urllib import request as http_request
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
# Copyright (c) 2023 Julian Müller (ChaoticByte)
|
||||
|
||||
from os import environ
|
||||
|
||||
from chatgpt_pyapi import ChatGPT
|
||||
|
|
Reference in a new issue