initail setup for hand_assistant

This commit is contained in:
= 2025-04-25 23:55:03 +08:00
commit 761e706707
3 changed files with 13 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.env

2
chat.py Normal file
View File

@ -0,0 +1,2 @@
from dotenv import load_dotenv
import os

10
environment.yml Normal file
View File

@ -0,0 +1,10 @@
name: note
channels:
- defaults
- https://repo.anaconda.com/pkgs/main
- https://repo.anaconda.com/pkgs/r
- https://repo.anaconda.com/pkgs/msys2
dependencies:
- openai
- python-dotenv
prefix: D:\anaconda3\envs\note