lele commited on
Commit
124db97
·
1 Parent(s): f43ed07

modified: README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -13,9 +13,11 @@ version: 2.0.0
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
 
15
  # update2
16
- build a async frontend for visualization
17
  set a debugging mode, which skips the entire Notion API interaction loop.(accept debug as a query)
18
  reconstruct the modules.
 
 
19
 
20
  # update
21
  - gpt 3.5 to classify the project.
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
 
15
  # update2
16
+ build a async frontend for visualization (both push and get)
17
  set a debugging mode, which skips the entire Notion API interaction loop.(accept debug as a query)
18
  reconstruct the modules.
19
+ add filter in frontend
20
+ use unified function to call ai model (based on OpenAI sdk)
21
 
22
  # update
23
  - gpt 3.5 to classify the project.