pgarbacki commited on
Commit
1c10fe2
1 Parent(s): 47cab7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -79,7 +79,7 @@ function_spec = [
79
  }
80
  }
81
  ]
82
- functions = json.dumps(functions, indent=4)
83
 
84
  messages = [
85
  {'role': 'functions', 'content': functions},
 
79
  }
80
  }
81
  ]
82
+ functions = json.dumps(function_spec, indent=4)
83
 
84
  messages = [
85
  {'role': 'functions', 'content': functions},