mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2026-01-28 01:34:27 +01:00
fix: prompt optimizations
This commit is contained in:
@@ -33,4 +33,8 @@ CHARS_PER_TOKEN = 3.4
|
||||
NUM_IMPLEMENTATION_STRATEGIES = 5
|
||||
MAX_DEBUGGING_ITERATIONS = 10
|
||||
|
||||
DEMO_TOKEN = '45372338e04f5a41af949024db929d46'
|
||||
DEMO_TOKEN = '45372338e04f5a41af949024db929d46'
|
||||
|
||||
PROBLEMATIC_PACKAGES = [
|
||||
'Pyrender', 'Trimesh', 'ModernGL', 'PyOpenGL', 'Pyglet', 'pythreejs', 'panda3d' # because they need a screen
|
||||
]
|
||||
Reference in New Issue
Block a user