Skip to content

Instantly share code, notes, and snippets.

View matthew01lokiet's full-sized avatar
💻
Thinking

Mateusz Łokietek matthew01lokiet

💻
Thinking
  • Turum
  • Poland, Szczecin
View GitHub Profile
@matthew01lokiet
matthew01lokiet / Pipfile
Last active May 12, 2024 09:41
ChatGPT Simple Client
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
openai = "~=1.0"
click = "~=8.0"
rich = "~=13.0"