Popular repositories Loading
-
maxter-plus-linux
maxter-plus-linux PublicPatched evdev driver supporting Elmak Maxter Plus remote controll
-
-
tvheadend
tvheadend PublicForked from tvheadend/tvheadend
Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources.
C
4 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
April 2025
Created 1 commit in 1 repository
Created a pull request in softwaremill/sttp-openai that received 1 comment
Fix FileSearch format in FileSearchToolCall (#321)
I've changed
fileSearch: Map[String, String]
to
fileSearch: Option[FileSearch] = None
and defined FileSearch class with fields as in OpenAi docum…
+79
−2
lines changed
•
1
comment
Created an issue in softwaremill/sttp-openai that received 2 comments
listRunSteps - sttp.openai.OpenAIExceptions$OpenAIException$DeserializationOpenAIException: expected string got dictionary
sttop-openai version 0.3.2
While calling listRunSteps, I encountered the following exception:
sttp.openai.OpenAIExceptions$OpenAIException$Deserial…
2
comments