UNPKG
auto-translatr
Version:
latest (1.0.1)
1.0.1
1.0.0
An automatic translation library
github.com/Sheyk/auto-translatr
Sheyk/auto-translatr
auto-translatr
/
dist
/
modelConfiguration.d.ts
8 lines
(7 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
type
LlmConfiguration
=
OpenAIConfiguration
;
export
type
OpenAIConfiguration
= {
openai
: {
model
:
string
;
apiKey
:
string
; }; };