RohitChandramouli6618 commited on
Commit
d236a5b
·
1 Parent(s): b43f9e6

Fix Env: Change Model

Browse files
.env CHANGED
@@ -1,4 +1,4 @@
1
  HF_TOKEN=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
2
  API_BASE_URL=https://api.groq.com/openai/v1
3
- MODEL_NAME=llama-3.1-8b-instant
4
  ENV_BASE_URL=https://therubberduckdebuggers-cascade-containment.hf.space
 
1
  HF_TOKEN=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
2
  API_BASE_URL=https://api.groq.com/openai/v1
3
+ MODEL_NAME=llama-3.3-70b-versatile
4
  ENV_BASE_URL=https://therubberduckdebuggers-cascade-containment.hf.space
__pycache__/models.cpython-313.pyc CHANGED
Binary files a/__pycache__/models.cpython-313.pyc and b/__pycache__/models.cpython-313.pyc differ
 
baseline/__pycache__/policy.cpython-313.pyc CHANGED
Binary files a/baseline/__pycache__/policy.cpython-313.pyc and b/baseline/__pycache__/policy.cpython-313.pyc differ
 
core/__pycache__/reward.cpython-313.pyc CHANGED
Binary files a/core/__pycache__/reward.cpython-313.pyc and b/core/__pycache__/reward.cpython-313.pyc differ
 
core/__pycache__/trajectory.cpython-313.pyc CHANGED
Binary files a/core/__pycache__/trajectory.cpython-313.pyc and b/core/__pycache__/trajectory.cpython-313.pyc differ