File tree Expand file tree Collapse file tree
src/MaIN.Services/Services Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111using System . Text . Json . Serialization ;
1212using MaIN . Domain . Exceptions ;
1313using MaIN . Domain . Models . Concrete ;
14- using MaIN . Services . Services . LLMService . Utils ;
1514
1615namespace MaIN . Services . Services . LLMService ;
1716
Original file line number Diff line number Diff line change 1212using MaIN . Domain . Exceptions ;
1313using MaIN . Domain . Models ;
1414using MaIN . Domain . Models . Concrete ;
15- using MaIN . Services . Services . LLMService . Utils ;
1615using MaIN . Services . Utils ;
1716
1817namespace MaIN . Services . Services . LLMService ;
Original file line number Diff line number Diff line change 77using Microsoft . Extensions . Logging ;
88using MaIN . Services . Services . LLMService . Memory ;
99using MaIN . Services . Constants ;
10- using MaIN . Services . Services . LLMService . Utils ;
1110using MaIN . Services . Services . Models ;
1211
1312namespace MaIN . Services . Services . LLMService ;
Original file line number Diff line number Diff line change 55using MaIN . Services . Constants ;
66using MaIN . Services . Services . Abstract ;
77using MaIN . Services . Services . LLMService . Memory ;
8- using MaIN . Services . Services . LLMService . Utils ;
98using MaIN . Services . Services . Models ;
109using Microsoft . Extensions . Logging ;
1110
Original file line number Diff line number Diff line change 44using MaIN . Services . Services . Abstract ;
55using Microsoft . Extensions . Logging ;
66using MaIN . Services . Services . LLMService . Memory ;
7- using MaIN . Services . Services . LLMService . Utils ;
87
98namespace MaIN . Services . Services . LLMService ;
109
Original file line number Diff line number Diff line change 11using LLama ;
22using LLama . Sampling ;
33using MaIN . Domain . Entities ;
4- using MaIN . Domain . Models ;
54using MaIN . Domain . Models . Abstract ;
65using MaIN . Services . Constants ;
76using InferenceParams = LLama . Common . InferenceParams ;
Original file line number Diff line number Diff line change 88using System . Text ;
99using MaIN . Domain . Exceptions ;
1010using MaIN . Domain . Models . Concrete ;
11- using MaIN . Services . Services . LLMService . Utils ;
1211
1312namespace MaIN . Services . Services . LLMService ;
1413
Original file line number Diff line number Diff line change 11using MaIN . Domain . Configuration ;
22using MaIN . Domain . Entities ;
33using MaIN . Domain . Exceptions . Models ;
4- using MaIN . Domain . Models ;
54using MaIN . Domain . Models . Abstract ;
65using NAudio . Wave ;
76
You can’t perform that action at this time.
0 commit comments