Skip to content

Commit 49735e5

Browse files
committed
Move LlmConfig to extension/llm
1 parent 998588d commit 49735e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extension/llm/export/config/llm_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
import ast
2222
import re
2323
from dataclasses import dataclass, field
24+
from enum import Enum
2425
from typing import ClassVar, List, Optional
2526

2627

0 commit comments

Comments
 (0)