Skip to content

Commit 8d56d70

Browse files
committed
Merge branch 'main' of github.com:lucianotonet/groq-laravel
2 parents 0670274 + ba96cd1 commit 8d56d70

20 files changed

+881
-973
lines changed

.env.example

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
GROQ_API_KEY=sua_chave_api_aqui
2-
GROQ_API_BASE=https://api.groq.com/openai/v1
1+
# Chave API da Groq (necessária para testes de integração)
2+
GROQ_API_KEY=
3+
GROQ_API_BASE=
4+
5+
# Configurações opcionais
6+
GROQ_MODEL=llama3-8b-8192
7+
GROQ_TIMEOUT=30
8+
GROQ_CACHE_ENABLED=true
9+
GROQ_CACHE_TTL=3600

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ yarn-error.log
1919
/.vscode
2020
composer.lock
2121
proj2md.py
22-
CHANGELOG_GEN.sh
22+
CHANGELOG_GEN.sh
23+
.cursorrules
24+
.cursor/

0 commit comments

Comments
 (0)