mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-01-07 03:31:20 +01:00
Changed so development steps are hashed by the prompt path, prompt data and an llm request number + added functionality for resuming from a specific development step
This commit is contained in:
@@ -14,4 +14,7 @@ class DevelopmentSteps(BaseModel):
|
||||
llm_response = BinaryJSONField(null=False)
|
||||
|
||||
class Meta:
|
||||
db_table = 'development_steps'
|
||||
db_table = 'development_steps'
|
||||
indexes = (
|
||||
(('app', 'hash_id'), True),
|
||||
)
|
||||
Reference in New Issue
Block a user