-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy path.fernignore
More file actions
59 lines (43 loc) · 1.56 KB
/
.fernignore
File metadata and controls
59 lines (43 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Specify files that shouldn't be modified by Fern
# Accommodate custom auth scheme
# src/hume/core/client_wrapper.py
# Pending generator upgrade
README.md
# Custom Client Modifications
tests/custom
src/hume/client.py
# Needed to make session_settings optional
# TODO: can probably fix
src/hume/empathic_voice/chat/client.py
src/hume/empathic_voice/chat/raw_client.py
# Needs to add .stream to reference expression measurement stream client
# Also wrap the .batch client in BatchClientWithUtils
src/hume/expression_measurement/client.py
# Need to add .stream_input to reference stream_input client
src/hume/tts/client.py
src/hume/expression_measurement/batch/client_with_utils.py
# Backward compatibility for InferenceJob.status
src/hume/expression_measurement/batch/types/inference_job.py
src/hume/empathic_voice/chat/audio/microphone.py
src/hume/empathic_voice/chat/audio/microphone_interface.py
src/hume/empathic_voice/chat/audio/microphone_sender.py
src/hume/empathic_voice/chat/audio/audio_utilities.py
src/hume/empathic_voice/chat/audio/asyncio_utilities.py
src/hume/empathic_voice/chat/audio/chat_client.py
# Manually maintained to support deprecated methods
src/hume/empathic_voice/chat/client.py
src/hume/empathic_voice/chat/socket_client.py
src/hume/expression_measurement/stream/stream/socket_client.py
src/hume/core/websocket.py
# Customize the GitHub workflow to run only Fern tests (not legacy)
.github/workflows/ci.yml
# Legacy SDK
mypy.ini
pytest.ini
src/hume/legacy
.github/workflows/legacy_ci.yml
pylintrc
examples/
.vscode/
.fern/replay.lock
.fern/replay.yml