Commit f28a7ef
Remove module-level embedding config variables
- Remove DEFAULT_TIMEOUT, MAX_RETRIES, BACKOFF_FACTOR constants
- Remove PICOCODE_HTTP_DEBUG environment variable handling
- Use hard-coded defaults directly in EmbeddingClient.__init__ (timeout=30.0, max_retries=2, backoff=1.5)
- Simpler code with no extra configuration layer
Co-authored-by: Mte90 <[email protected]>1 parent c9310f1 commit f28a7ef
1 file changed
+3
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 24 | | |
35 | 25 | | |
36 | 26 | | |
| |||
132 | 122 | | |
133 | 123 | | |
134 | 124 | | |
135 | | - | |
136 | | - | |
137 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
138 | 128 | | |
139 | 129 | | |
140 | 130 | | |
| |||
0 commit comments