chatbot / scripts /nbdev_prepare_modded.sh
Evan Lesmez
Gradio demo working with openAI assistant tool fn #1206495920334457
cf2b422
#!/bin/bash
# Run from root dir
HERE=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
rm -r $HERE/../lv_recipe_chatbot/*
rm -r $HERE/../_proc/*
nbdev_prepare
scripts/nbdev_readme_patch_hface.sh