This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
pvlking
/
zfsafe
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4
Commits
1
Branch
0
Tags
1.1 MiB
Python
44.8%
JavaScript
29.7%
HTML
13%
CSS
12.5%
Tree:
9cd92ffd32
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9cd92ffd32'
${ noResults }
zfsafe
/
mycode
/
LLMBase.py
8 lines
108 B
Raw
Blame
History
import
openai
from
openai
import
OpenAI
#LLM的基类
class
LLMBase
:
def
__init__
(
self
)
:
pass
Reference in new issue