Spaces:
Runtime error
Runtime error
Roland Ding commited on
Commit ·
d1682ed
1
Parent(s): 8dfdf87
miscellaneous update
Browse files- backend_update.ipynb +0 -0
- instruction.py +1 -1
backend_update.ipynb
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
instruction.py
CHANGED
|
@@ -35,7 +35,7 @@ class Parser(BaseModel):
|
|
| 35 |
content.replace(self.term,self.replacement)
|
| 36 |
return content
|
| 37 |
|
| 38 |
-
# class Path(BaseModel): # maybe too early to generalize this. Lets walk through a normal one for the
|
| 39 |
# name: str
|
| 40 |
# inputs: List[str] | str = Field([""], alias="inputs")
|
| 41 |
# variables: Dict[str,str] = Field({"term":""}, alias="variables")
|
|
|
|
| 35 |
content.replace(self.term,self.replacement)
|
| 36 |
return content
|
| 37 |
|
| 38 |
+
# class Path(BaseModel): # maybe too early to generalize this. Lets walk through a normal one for the instruction classifier first.
|
| 39 |
# name: str
|
| 40 |
# inputs: List[str] | str = Field([""], alias="inputs")
|
| 41 |
# variables: Dict[str,str] = Field({"term":""}, alias="variables")
|